``` project-XX-name/ ├── README.md ├── pyproject.toml # Dependencies managed by uv ├── .venv/ # Created by uv (gitignored) ├── src/ ├── tests/ ├── config/ └── data/ ```
3.7
Rating
0
Installs
Tools & Utilities
Category
This skill provides basic Python project scaffolding and uv package management patterns. The description is too minimal (just a directory tree) for a CLI agent to understand when to invoke it. The task knowledge is moderate, covering uv commands and inline dependency scripts adequately. Structure is acceptable but could benefit from clearer separation of concerns. Novelty is low as these are standard development practices easily achievable through direct CLI commands or existing tools, offering limited token savings over a capable agent's baseline knowledge.
Loading SKILL.md…

Skill Author